home *** CD-ROM | disk | FTP | other *** search
- ;*********************************************************************;
- ; Sciptname..: PROMOTE2.SHW ;
- ; Date.......: 1st. Feb. 1993, by RMP DATA. ;
- ; Purpose....: Promotion for VIDEOSYS v. 2.0A, as an example script. ;
- ;*********************************************************************;
-
- ; A fully text based demo for DataShow
-
- ; Other files involved:
- ; video1.scr - video11.scr
-
- COLOR FOREGROUND 15
- COLOR BACKGROUND 1
- COLOR ATTRIBUTE 31
- SET DELAYFACTOR 5
- SET TIMEOUT 8
-
- SET CURSOR OFF
-
- DEFINE
- /////// /// /// /////// /////// ////// /////// //////
- // // // // // // // // // // // // // //
- //////// // // // /////// // // //////// // ////////
- // // // // // // // // // // // // //
- // // // // // /////// // // // // //
- END
-
- SCREEN CLEAR
-
- GOXY 1 10
-
- MOTION RIGHT 74
-
- VARIABLE CREATE loop TYPE NUMBER 1
-
- MARK 1
-
- EFFECT SCROLL UP
-
- VARIABLE INCREASE loop 1
- IF loop EQ 8 DO JUMPMARK 2
- JUMPMARK 1
-
- MARK 2
-
- VARIABLE RELEASE loop
-
- SET CURSOR ON
-
- GOXY 10 12
- WRITE "Welcome to a presentation of a VIDEO SYSTEM..."
- WAIT 1
-
- SET CURSOR OFF
-
- SPEAK "V-EE-D-I-AW"
- WAIT 1
- SPEAK "S-Y-S-T-EH-M"
- WAIT 2
-
- SHOW SCREEN "video1.scr" TXT
- WAIT 4
-
- SET CURSOR ON
-
- SCREEN CLEAR
- GOXY 10 4
- WRITE "The program is especially developed for administration"
- GOXY 10 6
- WRITE "in video rental stores. Here it is possible easily to"
- GOXY 10 8
- WRITE "get a long range of information about customers video"
- GOXY 10 10
- WRITE "habits, as well as make it easy to rent out and get back"
- GOXY 10 12
- WRITE "videos. The VIDEO SYSTEM also makes it possible for you"
- GOXY 10 14
- WRITE "to export information for further processing elsewhere."
- GOXY 10 18
- WAIT "Push any key"
-
- SET CURSOR OFF
-
- EFFECT GLITTER
-
- SHOW SCREEN "video2.scr" TXT
- WAIT 4
-
- SCREEN CLEAR
- GOXY 10 4
- WRITE "Here we'll go through a few of the many possibilities"
- GOXY 10 6
- WRITE "that's available in VIDEO SYSTEM. First let's see what's"
- GOXY 10 8
- WRITE "available under the video menu. Here a video is beeing"
- GOXY 10 10
- WRITE "changed."
- WAIT 4
-
- SHOW SCREEN "video3.scr" TXT
- WAIT 4
-
- SHOW SCREEN "video4.scr" TXT
- WAIT 2
-
- GOXY 32 8
- WRITE "Live an let die"
- WAIT 4
-
- SCREEN CLEAR
- GOXY 10 8
- WRITE "To each video a price code is assigned. The price can then"
- GOXY 10 10
- WRITE "be changed very fast, and it is possible to take rebates"
- GOXY 10 12
- WRITE "into account. Here the price setup is shown."
- WAIT 4
-
- SHOW SCREEN "video5.scr" TXT
- WAIT 4
-
- EFFECT GLITTER
-
- SCREEN CLEAR
- GOXY 10 8
- WRITE "Messages can be written on price tags. Such messages can"
- GOXY 10 10
- WRITE "be changed from day to day, hour to hour. The message"
- GOXY 10 12
- WRITE "writing can be done under the menu 'diverse'."
- WAIT 4
-
- SHOW SCREEN "video6.scr" TXT
- WAIT 4
-
- SHOW SCREEN "video7.scr" TXT
- WAIT 4
-
- SCREEN CLEAR
- GOXY 10 8
- WRITE "It's very easy to rent a video to a customer. And all the"
- GOXY 10 10
- WRITE "information is shown in detail on the screen. - After all"
- GOXY 10 12
- WRITE "the information has been entered, a detailed price slip"
- GOXY 10 14
- WRITE "will be printed on a connected printer."
- WAIT 4
-
- SHOW SCREEN "video8.scr" TXT
- WAIT 4
-
- SHOW SCREEN "video9.scr" TXT
- WAIT 4
-
- SCREEN CLEAR
- GOXY 10 8
- WRITE "When videos are rented out, it is possible (if you know the"
- GOXY 10 10
- WRITE "password) to get information about todays sales."
- WAIT 4
-
- SHOW SCREEN "video10.scr" TXT
- WAIT 4
-
- SCREEN CLEAR
- GOXY 10 8
- WRITE "At last, we show you an example of the many features that"
- GOXY 10 10
- WRITE "are availbale through the VIDEO SYSTEM. E.g. it is a possi-"
- GOXY 10 12
- WRITE "bility to have labels over customers written. You can then"
- GOXY 10 14
- WRITE "mail out special offers."
- WAIT 3
-
- SHOW SCREEN "video11.scr" TXT
- WAIT 4
-
- SCREEN CLEAR
- GOXY 10 2
- WRITE "With the VIDEO program there's also (of course) an easily"
- GOXY 10 4
- WRITE "read MANUAL with detailed explanations."
- GOXY 10 8
- WRITE "Unfortunately the VIDEO SYSTEM is only available in Danish"
- GOXY 10 10
- WRITE "at the moment. But interested parties can contact RMP DATA"
- GOXY 10 12
- WRITE "at the address shown in the READ.ME file for more information."
- GOXY 10 16
- WRITE "Now this presentation starts over again. But you can stop"
- GOXY 10 18
- WRITE "it at any time by pressing the escape key. You can then"
- GOXY 10 20
- WRITE "order a demonstration diskette of the VIDEO SYSTEM. With"
- GOXY 10 22
- WRITE "the demonstration version you can enter 10 customers and 10"
- GOXY 10 24
- WRITE "video' so you can get an idea of the system. Have a nice Day!"
- SET CURSOR ON
- WAIT 8
-
- CONTINUE
-